home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 April
/
EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso
/
progs
/
editor
/
write-ed
/
module
/
mouse.key
< prev
next >
Wrap
Text File
|
1995-05-22
|
441b
|
23 lines
/*
* $VER: MOUSE.KEY 4.0039 (22-Mai-95)
*/
VERSIONCHECK 40000 "MOUSE.KEY"
KEY "rawmouse lbutton mouse_leftpress"
GOTOMOUSE ;
DOUBLEKEY "rawmouse lbutton mouse_leftpress" "rawmouse lbutton mouse_leftpress"
IF {@CLEARRN}
GOTOMOUSE {@SAMEPOS};
SETMARK;
GOTOMOUSE ;;
KEY "rawmouse rbutton lbutton mouse_rightpress"
UNMARK;
DOUBLEKEY "rawmouse rbutton mouse_rightpress" "rawmouse rbutton mouse_rightpress"
PANNEL ;